-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unneeded error check in ui tests #48562
Remove unneeded error check in ui tests #48562
Conversation
And it also solves the double compilation issue. |
I don't feel qualified to understand the check we're removing and why it's not necessary. |
@bors r+ |
📌 Commit 3aca663 has been approved by |
@bors r- |
You can't remove this, UI tests should check |
Even with the background, I don't understand its purpose. For this we typically had The other solution which I quickly started would be to actually parse the compiler stderr. And I can assure you that this is not gonna be fun or efficient... |
I thought that ui tests were using the rendered field in the json output... |
TLDR: UI testing alone is very unreliable.
The plan so far is to gradually migrate them to UI to consistently detect changes in secondary stuff like spans in addition to
This was the case until #48337 got merged. |
@GuillaumeGomez
|
Then I'll just go for the |
Closing in favor of #48684 |
Fixes #48550.
cc @petrochenkov
r? @Mark-Simulacrum